Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use dev branches for immucore and kairos-agent #1497

Closed
wants to merge 8 commits into from

Conversation

jimmykarily
Copy link
Contributor

@jimmykarily jimmykarily commented Jun 9, 2023

so that we run tests with the yip implementation of the layout plugin

This is a possible proper fix for #1448
as opposed to the quick fix here: https://github.com/kairos-io/immucore/compare/1448-resizefs

@jimmykarily jimmykarily self-assigned this Jun 9, 2023
@jimmykarily jimmykarily force-pushed the 1448-use-yip branch 4 times, most recently from 7e5eaf8 to 6139299 Compare June 19, 2023 11:03
@jimmykarily jimmykarily force-pushed the 1448-use-yip branch 2 times, most recently from 4e20bff to 57d7f98 Compare June 28, 2023 10:21
@jimmykarily jimmykarily marked this pull request as ready for review June 30, 2023 07:52
Comment on lines +309 to 320
ARG KAIROS_AGENT_DEV=true
ARG KAIROS_AGENT_DEV_BRANCH=1448-use-yip
IF [ "$KAIROS_AGENT_DEV" = "true" ]
RUN rm -rf /usr/bin/kairos-agent
COPY github.com/kairos-io/kairos-agent:$KAIROS_AGENT_DEV_BRANCH+build-kairos-agent/kairos-agent /usr/bin/kairos-agent
END
# END

# TEST IMMUCORE FROM BRANCH
ARG IMMUCORE_DEV
ARG IMMUCORE_DEV_BRANCH=master
ARG IMMUCORE_DEV=true
ARG IMMUCORE_DEV_BRANCH=1448-use-yip
IF [ "$IMMUCORE_DEV" = "true" ]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is not meant to be merged as is. It's pointing to dev branches of kairos-agent and immucore which consume this yip version: mudler/yip#96

The merging process should be:

  • merge the yip PR
  • bump kairos-agent and immucore to use that yip version
  • tag new releases of kairos-agent and immucore
  • consume those versions in kairos

The rest of the changes in this PR can be then merged or moved to another PR.

so that we run tests with the yip implementation of the layout plugin

Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
@mudler
Copy link
Member

mudler commented Jul 4, 2023

this is a test PR, closing it

@mudler mudler closed this Jul 4, 2023
@Itxaka Itxaka deleted the 1448-use-yip branch July 7, 2023 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants